home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
Monitor
/
Snoopy
/
Scripts
/
snoopdos2.0.script
< prev
next >
Wrap
Text File
|
1993-12-01
|
3KB
|
59 lines
; Hi Folks, this is like some "advanced-concepts" scriptfile for OS version 37 or
; higher. It snoops into all those new functions such as "OpenFromLock" and so on
; no incdir here; you could give one here after deciding where to put all of them
incdir=
hide=Workbench
base=dos,dos.library,37
include=offsets/dos
pri=4
; the standard 1.3-type offsets
watch=dos,Open,D1L/D2L/RD0L,Open( "%s", $%lx ) = $%lx
watch=dos,Close,D1L,Close( $%lx )
watch=dos,Lock,D1L/D2L/RD0L,Lock( "%s", $%lx ) = $%lx
watch=dos,UnLock,D1L,UnLock( $%lx )
watch=dos,LoadSeg,D1L,LoadSeg( %s )
watch=dos,CurrentDir,D1L/RD0L,CurrentDir( $%lx ) = $%lx
watch=dos,DeleteFile,D1L/RD0L,DeleteFile( "%s" ) = $%lx
watch=dos,Execute,D1L/D2L/D3L/RD0L,Execute( "%s", $%lx, $%lx ) = $%lx
watch=dos,CreateDir,D1L/RD0L,CreateDir( "%s" ) = $%lx
watch=dos,DupLock,D1L/RD0L,DupLock( $%lx ) = $%lx
watch=dos,Examine,D1L/D2L/RD0L,Examine( $%lx, $%lx ) = %ld
watch=dos,Info,D1L/D2L/RD0L,Info( $%lx, $%lx ) = %ld
watch=dos,Relabel,D1L/D2L/RD0L,Relabel( "%s", "%s" ) = %ld
watch=dos,Rename,D1L/D2L/RD0L,Rename( "%s", "%s" ) = %ld
; new for V36
watch=dos,ChangeMode,D1L/D2L/D3L/RD0L,ChangeMode( $%lx, $%lx, $%lx ) = $%lx
watch=dos,DupLockFromFH,D1L/RD0L,DupLockFromFH( $%lx ) = $%lx
watch=dos,EndNotify,D1L,EndNotify( $%lx )
watch=dos,ExAll,D1L/D2L/D3L/D4L/D5L/RD0L,ExAll( $%lx, $%lx, %ld, %ld, $%lx ) = %ld
watch=dos,ExAllEnd,D1L/D2L/D3L/D4L/D5L,ExAllEnd( $%lx, $%lx, %ld, %ld, $%lx )
watch=dos,ExamineFH,D1L/D2L/RD0L,ExamineFH( $%lx, $%lx ) = %ld
watch=dos,ExNext,D1L/D2L/RD0L,ExNext( $%lx, $%lx ) = %ld
watch=dos,FGetC,D1L/RD0L,FGetC( $%lx ) = $%lx
watch=dos,FGets,D1L/D2L/D3L/RD0L,FGets( $%lx, $%lx, $%lx ) = $%lx
watch=dos,Flush,D1L/D0L,Flush( $%lx ) = $%lx
watch=dos,FPutC,D1L/D2L/RD0L,FPutC( $%lx, $%lx ) = $%lx
watch=dos,FPuts,D1L/D2L/RD0L,FPuts( $%lx, "%s" ) = $%lx
watch=dos,FRead,D1L/D2L/D3L/D4L/RD0L,FRead( $%lx, $%lx, %ld, %ld ) = %ld
watch=dos,FWrite,D1L/D2L/D3L/D4L/RD0L,FWrite( $%lx, $%lx, %ld, %ld ) = %ld
watch=dos,LockRecord,D1L/D2L/D3L/D4L/D5L/RD0L,LockRecord( $%lx, $%lx, %ld, %ld, %ld ) = %ld
watch=dos,LockRecords,D1L/D2L/RD0L,LockRecords( $%lx, %ld ) = %ld
watch=dos,MakeLink,D1L/D2L/D3L/RD0L,MakeLink( "%s", $%lx, $%lx ) = %ld
watch=dos,MatchEnd,D1L,MatchEnd( $%lx )
watch=dos,MatchFirst,D1L/D2L/RD0L,MatchFirst( "%s", $%lx ) = %ld
watch=dos,MatchNext,D1L/RD0L,MatchNext( $%lx ) = %ld
watch=dos,NewLoadSeg,D1L/D2L/RD0L,NewLoadSeg( $%lx, $%lx ) = %lx
watch=dos,OpenFromLock,D1L/RD0L,OpenFromLock( $%lx ) = $%lx
watch=dos,SetFileDate,D1L/D2L/RD0L,SetFileDate( "%s", $%lx ) = %ld
watch=dos,SetFileSize,D1L/D2L/D3L/RD0L,SetFileSize( $%lx, %ld, %ld ) = %ld
watch=dos,StartNotify,D1L/RD0L,StartNotify( $%lx ) = %ld
watch=dos,VFPrintf,D1L/D2L/D3L/RD0L,VFPrintf( $%lx, "%s", $%lx ) = %ld
watch=dos,VFWritef,D1L/D2L/D3L/RD0L,VFWritef( $%lx, "%s", $%lx ) = %ld
; NOTE: This one REALLY should be watched, right ?!!!!!!!!!!
watch=dos,Format,D1L/D2L/D3L/RD0L,Format( "%s", "%s", $%lx ) = %ld